Remove an unused prototype.
authorJohan Dahlin <jdahlin@async.com.br>
Thu, 19 Jun 2008 12:16:44 +0000 (12:16 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Thu, 19 Jun 2008 12:16:44 +0000 (12:16 +0000)
2008-06-19  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.

svn path=/trunk/; revision=20461

ChangeLog
gtk/gtkcellrendererpixbuf.c

index ed361d027a9ae5dacbb3b5123d47d437b5f62979..fc3967850e0bf8c971df3ae843bb76e25904f449 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
 
+       * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
+
        * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
        an unused variable.
 
index 12dc76662ab7e51c0bae6ced4abadf3435e33509..410c160bd8d3040886986880c3f4719703d15f26 100644 (file)
@@ -37,8 +37,6 @@ static void gtk_cell_renderer_pixbuf_set_property  (GObject                    *
 static void gtk_cell_renderer_pixbuf_finalize   (GObject                    *object);
 static void gtk_cell_renderer_pixbuf_create_stock_pixbuf (GtkCellRendererPixbuf *cellpixbuf,
                                                          GtkWidget             *widget);
-static void gtk_cell_renderer_pixbuf_create_named_icon_pixbuf (GtkCellRendererPixbuf *cellpixbuf,
-                                                              GtkWidget             *widget);
 static void gtk_cell_renderer_pixbuf_get_size   (GtkCellRenderer            *cell,
                                                 GtkWidget                  *widget,
                                                 GdkRectangle               *rectangle,